home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / uwin11.zip / CHANGES.TXT next >
Text File  |  1992-01-04  |  4KB  |  117 lines

  1. CHANGES.TXT - January 3, 1992
  2.  
  3. U/Win Utilities v1.1
  4.  
  5. The Boolean Group, Inc.
  6. 3715 Hampton Blvd. 
  7. Royal Oak, Michigan 48073-2105
  8. (313) 549-8910
  9.  
  10. This file details changes in the U/Win product from version 1.0 to
  11. version 1.1.
  12.  
  13.  
  14. New utilities
  15. -------------
  16.  
  17. The following commands are new to version 1.1:
  18.  
  19.   cmp    Compare two files on a byte for byte basis (allowing binary files to
  20.          be compared).
  21.   cut    Retrieve selected fields from each line of a text file.
  22.   diff   Compare two text files, showing logical differences (additions,
  23.          changes, deletions).
  24.   du     Reports disk usage by directory.
  25.   find   find files matching a specification (name mask, size, date, etc).
  26.   head   display the beginning of a file.
  27.   mv     move files and directories.
  28.   rm     remove files and directories (including files in subdirectories).
  29.   tail   display the end of a file (supports continuous display option "-f").
  30.  
  31.  
  32. Enhancements to existing utilities
  33. ----------------------------------
  34.  
  35. REGULAR EXPRESSIONS
  36.  
  37. The grep utility now supports regular expressions.  All commands accepting
  38. file names as arguments now allow UNIX-style file name patterns, including
  39. a single * to match any name, and character ranges (e.g. [a-z]) to match a
  40. single character.  DOS file name patterns are still supported (*.* and * are
  41. equivalent).
  42.  
  43.  
  44. SORT ALGORITHM
  45.  
  46. A faster sort algorithm has been implemented.  Sort also now uses global
  47. memory so that larger files may be sorted in memory, without having to use
  48. slower work files on disk.
  49.  
  50.  
  51. CLIPBOARD SUPPORT
  52.  
  53. The Windows clipboard may now be used with U/Win standard input and output.
  54. Use &c as the filename following < to read standard input from the clipboard,
  55. or after > to copy U/Win standard output to the clipboard.
  56.  
  57.  
  58. CANCEL DIALOG
  59.  
  60. A Cancel dialog box has been added to the utilities that typically operate
  61. on multiple files.  By pressing the Cancel button, the operation of the
  62. utility (and any commands following it with pipes) is terminated.  The Cancel
  63. button may be "pressed" with a mouse click, or by pressing the space bar.
  64. The dialog box may be repositioned on the screen, by dragging the dialog title
  65. bar.  The new position is retained for future U/Win sessions.
  66.  
  67.  
  68. AUTOMATIC PIPE INSERTION
  69.  
  70. A pipe symbol is automatically appended to the command line if an additional
  71. utility is added from a dialog box.
  72.  
  73.  
  74. SCREEN SAVER COMPATIBILITY
  75.  
  76. With certain screen savers that blank the mouse cursor, the U/Win hourglass
  77. cursor would sometimes disappear during an operation.  The cursor now remains
  78. visible as an hourglass during lengthy U/Win operations.
  79.  
  80.  
  81. Bug fixes
  82. ---------
  83.  
  84. CP *.*
  85.  
  86. The cp utility no longer includes "." and ".." in its expansion of "*.*".  This
  87. had caused the contents of the parent directory to be included in the copy.
  88.  
  89.  
  90. RM DIRECTORY ON NON-CURRENT DRIVE
  91.  
  92. The rm command now works correctly when removing a directory on a drive other
  93. than the current drive.
  94.  
  95.  
  96. DF DEFAULT
  97.  
  98. When no drive or options are provided, df now reports the space remaining on
  99. the current drive.  In version 1.0, df displayed a title line only.
  100.  
  101.  
  102. LONG PATH NAMES
  103.  
  104. Some utilities improperly shortened long path names with an ellipsis, causing
  105. file reads to fail.  For example, e:\test1\test2\test3\test4\test5\test6\test7\
  106. test8\test9\*.c was represented as e:\...\test5\test6\test7\test8\test9\*.c.
  107. The full, correct path name is now used.
  108.  
  109.  
  110. SAVED WINDOW POSITION
  111.  
  112. When U/Win was terminated while in an iconic state, the window position saved
  113. was that of the icon.  The next U/Win session would begin with the window
  114. positioned at the bottom of the screen.  The correct (open) window position
  115. is now saved when U/Win is terminated as an icon.
  116.  
  117.